/** * LBRSWS.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.boc_eu.www.LBRS_wsdl; public interface LBRSWS extends javax.xml.rpc.Service { public java.lang.String getLBRSWSAddress(); public com.boc_eu.www.LBRS_wsdl.LBRSWSPortType getLBRSWS() throws javax.xml.rpc.ServiceException; public com.boc_eu.www.LBRS_wsdl.LBRSWSPortType getLBRSWS(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }